home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 47 / MOBICLIC 47.ISO / mac / DATA / COMMUNS / MOBICLIC_MENUS.CST / 00251_Script_EFFACEMENT_BANDEAU < prev    next >
Text File  |  2002-09-19  |  275b  |  14 lines

  1. global gEtatBandeau
  2. ----------------------
  3. on exitFrame
  4.   if the pauseState=0 then
  5.     case(soundBusy(3)) of
  6.       1:
  7.         go to the frame
  8.       0:
  9.         if gEtatBandeau = "OK" then hide_title
  10.     end case
  11.   end if
  12. end
  13. -------------------------------------
  14.